Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 8 - Light Objects / Light Objects Reference
Light Objects Routines / Managing Spot Lights


Q3SpotLight_New

You can use the Q3SpotLight_New function to create a new spot light.

TQ3LightObject Q3SpotLight_New (
const TQ3SpotLightData *spotLightData);
spotLightData
A pointer to a spot light data structure.
DESCRIPTION
The Q3SpotLight_New function returns, as its function result, a new spot light having the characteristics specified by the spotLightData parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996